@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Science+Gothic:wght@100..900&display=swap');

footer .container-fluid {
  width: 100%;
  --bs-gutter-x: 0px;
}

.form-select:disabled{
  background-color: #d9d9d9;
  color: #6d6d6d;
}

.hero {
  height: 700px;
  width: 100%;

  background-image: url("../rec/hero/hero.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#welcome {
  position: relative;
  z-index: 2;
}

.hero h1,
.hero h3 {
  font-family: "K2D", sans-serif;
  font-style: normal;
  text-shadow: 2px 2px black;
  margin-left: 30px;

  color: #eaeaea;
}

.hero h1 {
  font-weight: 700;
  font-size: 5em;
}

.hero h3 {
  font-weight: 500;
  font-size: 3em;
}

.hero form {
  margin-top: 2em;
}

.hero .row {
  margin: 0px 30px;
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.308);
}

.hero .row .col {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 2px;

  padding: 0px;
}

h2 {
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-size: 4em;
  color: #eaeaea;
  text-shadow: none;
}

.btn {
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;

  width: 100%;

  background-color: #38a888;
  border-radius: 0px;
  color: #eaeaea;

  font-size: 2em;
}

.btn:hover {
  background-color: #24725c;
  color: #eaeaea;
}

.form-control,
.form-select {
  font-size: 2em;
  border-radius: 0px;
  border: solid 1px;
  border-color: #434343;
  background-color: #d9d9d9;
}

.welcome-section {
  background-image: url("../rec/pexels-pixabay-164634.jpg");
  background-size:cover;
  background-attachment: fixed;

  width: 100%;
  max-height: 85em;
  position: relative;
  overflow: hidden;
}

.welcome-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24,128,64,0.5); /* greenish tint */
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: multiply;
}

.welcome-header {
  width: 100%;
  background-color: #1b5343;
  text-align: center;
  position: relative;
  z-index: 1;
}

.desc {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding: 1em 10em;
  position: relative;
  z-index: 1;

  backdrop-filter: blur(8px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.step {
  background: #d9d9d9;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
}

.cta {
  background: #1b5343;
  /* color: #fff; */
  padding: 2rem;
  border-radius: 0px;

  font-family: "Roboto Condensed", sans-serif;

}

.cta-header {
  font-family: "K2D", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  font-size: 4em;
  text-align: center;
  margin-bottom: 2rem;
}

.cta-button {
  width: 100%;
  max-width: 600px;
  background: #083629;
  color: #eaeaea;
  border: none;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-control, .form-select {
  text-transform: capitalize;
}

.contact-section {
  padding-top: 1em;
  background-color: #0C251E;
  color: #d3d3d3;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 1em;
}

.contact-inf {
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  .hero {
    height: 900px;
  }

  .hero h1 {
    font-size: 3em;
  }

  .hero h2 {
    font-size: 2em;
  }

  #welcome {
    padding-top: 40%;
  }
}

@media (min-width: 768px) {
  .hero {
    height: 550px;
  }

  #welcome {
    padding-top: 12.5%;
  }
}

@media (max-width: 767.98px) {
  .contact-section .contact-inf {
    align-items: center;
    text-align: center;
  }

  .contact-inf {
    font-size: 2rem;
  }
}


/* Responsive Google Maps wrapper: keep a 1:1 aspect ratio */
.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio (square) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* On small screens, constrain the square map and center it */
@media (max-width: 767.98px) {
  .map-responsive {
    max-width: 360px; /* prevent it from being too wide on small devices */
    margin: 0 auto;   /* center horizontally */
  }
}

hr {
  color: #d3d3d3;
}

.ico {
  filter: invert(87%) sepia(10%) saturate(0%) hue-rotate(281deg) brightness(97%) contrast(92%);
  margin-right: 10px;
  height: 50px;
  width: 50px;
}

.car-info h2 {
  color: #424242;
}

@media (max-width: 991.98px) {
  .desc {
    padding: 1em 2em;
  }
}